home *** CD-ROM | disk | FTP | other *** search
- object Form16: TForm16
- Left = 341
- Top = 205
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Bleach Files'
- ClientHeight = 64
- ClientWidth = 233
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 7
- Top = 8
- Width = 219
- Height = 13
- Caption = 'Set number of times bleach will overwrite a file:'
- end
- object BitBtn1: TBitBtn
- Left = 112
- Top = 31
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object SpinEdit1: TSpinEdit
- Left = 50
- Top = 32
- Width = 52
- Height = 22
- MaxValue = 10
- MinValue = 1
- TabOrder = 1
- Value = 2
- end
- end
-